home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / php / pear / docs / APC / .tmpCHANGELOG next >
Text File  |  2004-03-24  |  2KB  |  60 lines

  1. CVS:
  2. - Win32 support added [smc 2003-07-19]
  3.  
  4. 2.0:
  5. - ground-up rewrite sharing none of the original source code [djc 2003-02-10]
  6.  
  7. 1.0.10:
  8. - merge mmap / shm code to be in one file, module supports both modes now [mpb 2001-05-15]
  9. - added apc.mode config parameter [mpb 2001-05-15] NOTE: You'll have to add
  10.   this parameter to your php.ini file to activate apc shm or mmap caching
  11. - generic source cleanup (missing includes, PATH_MAX usage etc) [mpb
  12.   2001-05-15]
  13. - fixed: realpath return result checking in generate_key [mpb 2001-05-15]
  14. - updated: gui updated (extras/apc_gui-1.0.2.tar.gz)
  15. - experminental 'fast' cache-retrieval [djc 2001-05-20]
  16. - fixed regex support [gws 2001-05-16]
  17. - enhanced reader-writer lock support [rg 2001-05-07]
  18.  
  19. 1.0.9:
  20. - fixed (?) memory alignment bug on 64 bit archiecures 
  21. - added many cache visibiliy functions 
  22. - added opional fcntl locks under shm version 
  23. - numerous bug fixes 
  24.  
  25. 1.0.8:
  26. - added ability to detect and decompile compiled files placed as 'source'
  27.   [gws,dw 2001-01-30]
  28. - fixed apc_rstat bug [gws 2001-01-29]
  29. - added hack to support included urls [gws 2001-01-30]
  30. - fixed apc_cache_index [mb 2001-01-31]
  31. - added multiple regex support [gs 2001-02-03]
  32. - added apc_cache_info [mb,gs 2001-02-03]
  33.  
  34. 1.0.7:
  35. - partially fixed for Solaris [gws 2001-01-29]
  36. - fixed mtime support for relative includes [gws 2001-01-29]
  37. - code cleanup [yg,ta,gws 2001-01-29]
  38.  
  39. 1.0.6:
  40. - support for mtime in mmap [yg,gws 2001-01-27]
  41. - fixed indexed-array initialization bug [djc,gws 2001-01-27]
  42.  
  43. 1.0.5:
  44. - support for relative include paths [djc,gws 2001-01-19]
  45. - class member array support fixed [djc 2001-01-18]
  46. - added apc_cache_index [gws 2001-01-18]
  47.  
  48. 1.0.4:
  49. - support for class hierarchies greater than two levels deep [djc 2001-01-17]
  50.  
  51. 1.0.3:
  52. - fixed support for class inheritance [djc 2001-01-16]
  53.  
  54. 1.0.2:
  55. - support for inherited classes [gws 2001-01-15]
  56. - support for intialization of class variables and objects [gws 2001-01-13]
  57.  
  58. 1.0.1:
  59. - added optional file modification time check [djc 2001-01-12]
  60.